@charset "UTF-8";
body {
    font-family: "Microsoft YaHei";
}
.fp-tableCell {
    width: 100% !important;
    height: 100% !important;
}
.fp-section.fp-table, .fp-slide.fp-table {
    width: 100% !important;
    height: 100% !important;
}
.f_bold {
    font-weight: bold;
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pc_none{
    display: none !important;
}


input::-webkit-input-placeholder { /* WebKit browsers */
    color: #a3adc7;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a3adc7;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a3adc7;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a3adc7;
}
.swiper-button-disabled {
    opacity: .4!important;
}
.nav{
    width: 100%;
    /* height: 1rem; */
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    padding: .23rem 0 0;
    box-sizing: border-box;
    background: url(zf_topnab_linebg.png) top repeat-x;
}
.nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1rem;
    background: url("zf_topnav_bg.png") top repeat-x;
    width: 100%;
    height: 2rem;
}
.nav.blueNav::before {
    background: none;
}
.nav .logo{
    margin-left: .5rem;
    position: relative;
    z-index: 2;
}

.logo .link {
    display: block;
    width: 5.25rem;
    height: .75rem;
    float: left;
    font-size: .18rem;
    /* padding-left: .82rem; */
    /* padding-top: .07rem; */
    box-sizing: border-box;
}

/* 导航 */
.nav .nav_list {
    width: 54%;
    height: .75rem;
    margin-top: .12rem;
    margin-left: .6rem;
    float: left;
}
.nav .nav_list ul {
    display: flex;
    justify-content: space-between;
}
.nav .nav_list ul li {
    float: left;
    color: #FFFFFF;
    position: relative;
}
.nav .nav_list ul li:nth-child(5) {
    margin-right: -0.3rem;
}
.nav .nav_list ul li a {
    display: block;
    color: #FFFFFF;
    font-size: .2rem;
}
.nav .nav_list ul li:hover > a {
    font-weight: bold;
}
.nav .nav_list .chil-nav a:hover {
    background: #EDEDED;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nav .nav_list .chil-nav {
    position: absolute;
    width: 2rem;
    top: .4rem;
    left: 50%;
    margin-left: -1rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    border-top: #005BAC solid 0.04rem;
    padding: 0.2rem 0;
    background: #fff;
}
.nav .nav_list ul li:nth-child(8) .chil-nav {
    width: 3.6rem;
    margin-left: -1.4rem;
}
.nav .nav_list li:hover .chil-nav {
    top: .44rem;
    opacity: 1;
    visibility: visible;
}
.nav .nav_list .chil-nav .chil-item {
    position: relative;
}
.nav.blueNav .nav_list .chil-nav .chil-item {
    position: relative;
}
.nav .nav_list .chil-nav a {
    display: block;
    text-align: center;
    font-size: .18rem;
    line-height: .48rem;
    padding: 0;
    color: #0F479A;
    font-weight: normal;
}

.nav .nav_list .chil-nav h3:last-child a {
    border-bottom: 0;
}
.nav .nav_list .nav_li::after {
    content: "";
    background: url(zf_nav_ico.png) no-repeat;
    background-size: .13rem .08rem;
    width: .13rem;
    height: .08rem;
    position: absolute;
    top: .12rem;
    right: -.22rem;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.nav .nav_list li:hover .nav_li::after {
    transform: rotate(180deg);
    transition: all 0.3s;
}


.nav.blueNav .nav_list ul li {
    color: #6d6d6d;
}
.nav.blueNav .nav_list ul li > a {
    color: #6d6d6d;
}
.nav.blueNav .nav_list .chil-nav a {
    color: #0F479A;
}
.nav.blueNav .nav_list .nav_li::after {
    content: "";
    background: url(zf_nav_ico3.png) no-repeat;
    background-size: .13rem .08rem;
    width: .13rem;
    height: .08rem;
    position: absolute;
    top: .12rem;
    right: -.22rem;
    transform: rotate(0deg);
    transition: all 0.3s;
}
/*首页轮播*/

.swiper-index-top {
    width: 100%;
    height: 100%;
}
.swiper-index-top .swiper-slide {
    width: 100% !important;
    background-position: center;
    background-size: cover;
}
.swiper-index-top .swiper-slide img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 100s;
}
@keyframes scaleDraw {
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(1.3);
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.3);
    }
}

.swiper-index-top .swiper-slide video {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.swiper-index-top .swiper-slide .H5VideoPlayerIE {
    position: relative;
    left: 50%;
    top: 50%;
    zoom: 1.2;
    transform: translate(-50%, -50%);
}

.swiper-index-top .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    background: #FFFFFF;
    opacity: .5;
    margin: .22rem .25rem!important;
}
.swiper-index-top .swiper-pagination-bullet-active {
    background: url("zf_rt_nav3.png") no-repeat;
    background-size: .6rem .59rem;
    width: .6rem;
    height: .59rem;
    opacity: 1;
    margin: 0!important;
}
.swiper-index-top .swiper-pagination {
    bottom: .2rem;
    left: auto;
    right: 0;
    width: 100%;
    text-align: right;
    padding-right: 1rem;
}
.mouse {
    background: url("zf_top_ico1.png") no-repeat;
    background-size: .6rem .6rem;
    width: .6rem;
    height: .6rem;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -.3rem;
    z-index: 2;
}
.mouse::after {
    content: "";
    background: url("zf_top_ico2.png") no-repeat;
    background-size: .12rem .08rem;
    width: .12rem;
    height: .08rem;
    position: absolute;
    left: .237rem;
    bottom: .04rem;
    animation: ani_down 1.6s ease-out 0s infinite;
}

-webkit-@keyframes ani_down {
            0% {
                transform: translateY(-3px)
            }

            50% {
                transform: translateY(3px)
            }

            100% {
                transform: translateY(-3px)
            }
        }

-moz-@keyframes ani_down {
         0% {
             transform: translateY(-3px)
         }

         50% {
             transform: translateY(3px)
         }

         100% {
             transform: translateY(-3px)
         }
     }

-ms-@keyframes ani_down {
        0% {
            transform: translateY(-3px)
        }

        50% {
            transform: translateY(3px)
        }

        100% {
            transform: translateY(-3px)
        }
    }

@keyframes ani_down {
    0% {
        transform: translateY(-3px)
    }

    50% {
        transform: translateY(3px)
    }

    100% {
        transform: translateY(-3px)
    }
}

/* 头部-白 */
.navShow .logo .link {
    background: url("zf_logo_1.png") no-repeat!important;
    background-size: 2.79rem!important;
    color: #00429c;
    position: relative;
}
.navShow .logo .link::after {
    content: "";
    background: url("zf_logo_1r.png") no-repeat!important;
    background-size: 2.2rem!important;
    width: 2.2rem;
    height: .75rem;
    position: absolute;
    top: 0;
    right: 0;
}
.whiteNav .logo .link {
    background: url("zf_logo_1.png") no-repeat;
    background-size: 2.79rem;
    color: #FFF;
    position: relative;
}
.whiteNav .logo .link::after {
    content: "";
    background: url("zf_logo_1r.png") no-repeat;
    background-size: 2.2rem;
    width: 2.2rem;
    height: .75rem;
    position: absolute;
    top: 0;
    right: 0;
}
.whiteNav .nav_top_right {
    position: relative;
    float: right;
    height: .5rem;
    margin-right: 1.2rem;
    margin-top: .02rem;
    z-index: 2;
}
.navShow .nav_top_right {
    display: none;
}
.whiteNav .nav_top_right div{
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    /* margin-left: .1rem; */
    float: left;
    text-align: center;
    color: #FFF;
    font-size: .24rem;
    cursor: pointer;
}

.whiteNav .nav_top_right div a {
    color: #FFF;

}

.whiteNav .seach_btn {
    background: url(./zf_search.png) no-repeat center;
    background-size: .28rem;
}

.topNavMore_btn {
    background: url(zf_top_navbg.png) no-repeat center;
    background-size: 1rem .8rem;
    width: 1rem;
    height: .8rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding-left: .1rem;
    cursor: pointer;
}


.topNavMore_btn i {
    width: 36%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0.3rem auto 0;
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.topNavMore_btn i:before,.topNavMore_btn i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.topNavMore_btn i:before {
    margin-top: -.1rem;
}

.topNavMore_btn i:after {
    margin-top: .1rem;
}
.navShow .topNavMore_btn i:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
}

.navShow .topNavMore_btn i:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0;
}

.navShow .topNavMore_btn i {
    background: none;
}
.topNavMore_btn p {
    margin-top: .15rem;
    text-align: center;
    font-size: .14rem;
    color: #83B1F3;
}

/* 头部-彩 */
.blueNav .logo .link {
    background: url("zf_logo_2.png") no-repeat;
    background-size: 2.79rem;
    color: #00429c;
    position: relative;
}

.blueNav .logo .link::after {
    content: "";
    background: url("zf_logo_2r.png") no-repeat;
    background-size: 2.2rem;
    width: 2.2rem;
    height: .75rem;
    position: absolute;
    top: 0;
    right: 0;
}
.blueNav .nav_top_right {
    position: relative;
    float: right;
    height: .5rem;
    margin-right: 1.2rem;
    margin-top: .02rem;
    z-index: 2;
}

.blueNav .nav_top_right div{
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    margin-left: .1rem;
    float: left;
    text-align: center;
    color: #00429c;
    font-size: .24rem;
    cursor: pointer;
}

.blueNav .nav_top_right div a {
    color: #00429c;

}

.blueNav .seach_btn {
    background: url(./zf_search2.png) no-repeat center;
    background-size: .28rem;
}

/* 导航 */

.nav_item {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("zf_banner3.jpg") center no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}
.nav_item .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.4rem;
    bottom: 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
}
.navShow .nav_item .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.8rem;
    bottom: 0;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
}
.nav_item .scroll ul {
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}
.nav_item .scroll li {
    text-align: left;
    padding-top: 0.45rem;
}
.nav_item .scroll li a {
    color: #fff;
    position: relative;
    padding-bottom: .05rem;
    line-height: .4rem;
}
.nav_item .scroll li h2 {
    font-size: 0.22rem;
    font-weight: bold;
}
.nav_item .scroll li .list {
    padding: 0.2rem 0;
}
.nav_item .scroll li .list h3 {
    font-weight: 400;
    font-size: 0.17rem;
    line-height: 0.36rem;
}
.nav_item .scroll li .list dl {
    padding-bottom: 0.2rem;
}
.nav_item .scroll li .list dd {
    font-size: 0.12rem;
    line-height: 0.3rem;
    opacity: 0.65;
}
.nav_item .scroll li .list dd:hover {
    opacity: 1;
}

.navShow .nav_item {
    opacity: 1;
    visibility: visible;
}

.nav .nav_item {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.nav .nav_item * {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}



.nav .nav_item ul li a:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    height: 1px;
    background: #FFFFFF;
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    transform: scale3d(0,1,1);
    transform-origin:0% 0; /*方向 50%中间开始*/
}
.nav .nav_item ul li a:hover::after {
    transform:scale3d(1,1,1);
}

/* 搜索 */
.search-bglay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: b;
    animation-name: b;
    -webkit-animation-duration: reverse;
    animation-duration: reverse;
}

.search-bglay.on {
    position: fixed;
    opacity: 0.7;
    top: 0;
    z-index: 7000;
}

.web-search {
    position: fixed;
    z-index: 7001;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    width: 100%;
    max-width: 660px;
}

.ser {
    width: 640px;
    height: 48px;
    line-height: 44px;
    margin: 0 auto;
    position: relative;
}

.search input {
    position: absolute;
    height: 50px;
    line-height: 48px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #666;
    font-size: .2rem;
    padding: 0px 55px 0 20px;
    width: 80%;
    border: 1px solid #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #FFFFFF url(zf_search2.png) 470px 10px no-repeat;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
}
.search input.notxt1 {
    position: absolute;
    width: 20%;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    font-size: 18px;
    color: #fff;
    background-color: #005BAC;
    border: 1px solid #005BAC;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav_content {
    width: 5rem;
    height: 100%;
    background: url(./kc_enIndex_slideBox_bg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: -5rem;
    top: 0;
    z-index: 99999;
    padding:  .32rem .6rem  .6rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    box-sizing: border-box;
}

.nav_content.active {
    right: 0;
}

.nav_content_top {
    width: 100%;
    overflow: hidden;
}

.nav_content_top_logo {
    width: .45rem;
    height: .52rem;
    background: url(./kc_enIndex_logo_white.png) no-repeat;
    background-size: .45rem;
    float: left;
}

.nav_content_close_btn {
    width: .23rem;
    height: .23rem;
    background: url(./kc_enIndex_slideBox_close.png) no-repeat;
    background-size: .23rem;
    float: right;
    margin-top: .17rem;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nav_content_close_btn:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.nav_content_search {
    width: 100%;
    height: .68rem;
    background: url(./kc_enIndex_slideBox_icon_search.png) no-repeat left center;
    background-size: .34rem;
    margin-top: .53rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-left: .68rem;
    box-sizing: border-box;
    cursor: pointer;
}

#fp-nav ul li a span{
    transform: scale(1.3);
}
.navShow #fp-nav {
    display: none;
}
.nav_content_search input {
    width: 100%;
    height: 100%;
    line-height: .68rem;
    background: none;
    font-size: .2rem;
    cursor: default;
    color: #FFF;
}

.nav_content_menu {
    margin-top: .52rem;
}

.level1 {
    width: 100%;
    line-height: .56rem;
    font-size: .2rem;
    color: #FFF;
    padding-left: .12rem;
    box-sizing: border-box;
}

.level1 .level1_title {
    width: 100%;
    height: .56rem;
    position: relative;
    display: block;
    color: #FFF;
}


.level1 .level1_title span {
    width: .09rem;
    height: .17rem;
    background: url(./kc_enIndex_arrow_right.png) no-repeat;
    background-size: .09rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.085rem;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.level1 .level1_title span.active{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.level1 ul {
    margin-left: .14rem;
    line-height: .4rem;
    font-size: .18rem;
    display: none;
}

.level1 ul li {

}

.level1 ul li a {
    color: #b8c2d9;
}

.level1 ul li a:hover {
    color: #FFF;
}



.section{
    overflow: hidden;
}
.container {
    width: 100%;
    height: 100%;
    position: relative;
}

#video{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
    z-index: 0;
}
#source{
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

#video1{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: 0;
    opacity: .7;
}

#source1{
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

#video2{
    position: absolute;
    right: 0;
    bottom:0;
    min-width: 100%;
    min-height: 110%;
    height: 100%;
    width: auto;
    z-index: 0;
}

#source2{
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

/* 轮播图框文字 */

.content_box{
    width: 6.55rem;
    height: 2.84rem;
    position: absolute;
    top: 55%;
    left: 2.6rem;
    margin-top: -1.42rem;
    text-align: left;
    color: #FFF;
    z-index: 10;
    opacity: 0;
    padding: .4rem .5rem;
}
.content_box.box1 {
    background: url(zf_top_ind1.png) no-repeat;
    background-size: 6.55rem 2.84rem;
}
.content_box.box2 {
    background: url(zf_top_ind2.png) no-repeat;
    background-size: 6.55rem 2.84rem;
}
.content_box h1{
    font-size: .3rem;
    line-height: .5rem;
}
.section1 .on .content_box {
    opacity: 1;
}



/* public */
.color_blue {
    color: #005BAC;
}
.color_white {
    color: #FFFFFF;
}
.color_black {
    color: #12345E;
}

.content_title h2{
    font-size: .4rem;
    line-height: .5rem;
    letter-spacing: 0;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}
.content_title .c1 {
    position: relative;
    display: inline-block;
}
.content_title .c1::before {
    content: "";
    background: url("zf_title_ico1.png") no-repeat;
    background-size: .49rem .39rem;
    width: .49rem;
    height: .39rem;
    position: absolute;
    top: -.15rem;
    left: -.65rem;
}
.content_title .c1::after {
    content: "";
    background: url("zf_title_ico1.png") no-repeat;
    background-size: .34rem .27rem;
    width: .34rem;
    height: .27rem;
    position: absolute;
    bottom: 0;
    right: -.45rem;
}

.content_title .c2 {
    position: relative;
    display: inline-block;
}
.content_title .c2::before {
    content: "";
    background: url("zf_title_ico2.png") no-repeat;
    background-size: .49rem .39rem;
    width: .49rem;
    height: .39rem;
    position: absolute;
    top: -.15rem;
    left: -.65rem;
}
.content_title .c2::after {
    content: "";
    background: url("zf_title_ico2.png") no-repeat;
    background-size: .34rem .27rem;
    width: .34rem;
    height: .27rem;
    position: absolute;
    bottom: 0;
    right: -.45rem;
}

.content_title .c3 {
    position: relative;
    display: inline-block;
}
.content_title .c3::before {
    content: "";
    background: url("zf_title_ico2.png") no-repeat;
    background-size: .49rem .39rem;
    width: .49rem;
    height: .39rem;
    position: absolute;
    top: -.15rem;
    left: -.65rem;
}
.content_title .c3::after {
    content: "";
    background: url("zf_title_ico2.png") no-repeat;
    background-size: .34rem .27rem;
    width: .34rem;
    height: .27rem;
    position: absolute;
    bottom: 0;
    right: -.45rem;
}


.content_title span {
    display: block;
    font-size: .16rem;
    line-height: .4rem;
    font-weight: 100;
    text-align: center;
}
.content_title .title_right{
    font-size: .18rem;
    line-height: .35rem;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.content_title .title_right.active {
    display: block;
}
.content_title .see_all {
    display: inline-block;
    line-height: .35rem;
    padding-right: .25rem;
    position: relative;
    color: #005BAC;
    margin-top: .25rem;
    font-size: .18rem;
}

.content_title .see_all i {
    width: .2rem;
    height: 2px;
    background: #005BAC;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    margin-left: .1rem;
    top: -.04rem;
}

.content_title .see_all i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .24rem;
    height: 2px;
    background: #005BAC;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.content_title .see_all i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .16rem;
    height: 2px;
    background: #005BAC;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.content_title.color_white .see_all {
    color: #FFFFFF;
}
.content_title.color_white .see_all i {
    background: #FFFFFF;
}
.content_title.color_white .see_all i:before {
    background: #FFFFFF;
}
.content_title.color_white .see_all i:after {
    background: #FFFFFF;
}

.content_title.color_black .see_all {
    color: #FFFFFF;
}
.content_title.color_black .see_all i {
    background: #FFFFFF;
}
.content_title.color_black .see_all i:before {
    background: #FFFFFF;
}
.content_title.color_black .see_all i:after {
    background: #FFFFFF;
}
.content_title .see_all i:before {
    margin-top: -.08rem;
}

.content_title .see_all i:after {
    margin-top: .08rem;
}
.content_title .see_all:hover i:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
    width: .12rem;
    left: .11rem;
    top: -.036rem;
}

.content_title .see_all:hover i:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0;
    width: .12rem;
    left: .11rem;
    top: .036rem;
}





.title_right_nav {
    margin-top: .1rem;
}

.title_right_nav a {
    line-height: .45rem;
    color: #00429c;
    display: inline-block;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-size: .24rem;
}


.title_right_nav a.active::after,
.title_right_nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .03rem;
    background-color: #b50075;
    transition: all 0.3s ease-in-out;
    transform-origin: 50% 0;
    display: block;
    transform: scale3d(0,1,1);
    border-radius: .5rem;
}
.title_right_nav a.active,
.title_right_nav a:hover {
    color: #b50075;;
}


.title_right_nav a.active::after,
.title_right_nav a:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: .03rem;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform-origin: 50% 0;
}

.title_right_nav  span {
    display: inline-block;
    line-height: .24rem;
    margin: 0 0.15rem;
    font-size: .24rem;
}

.containerIn {
    width: 14rem;
    height: 8.68rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -4.34rem;
    z-index: 1;
}
.containerIn2 {
    width: 14rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.8rem;
    z-index: 1;
}
.containerIn2-2 {
    width: 14rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -4.5rem;
    z-index: 2;
}
.containerIn4 {
    width: 100%;
    height: 7.68rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5rem;
    z-index: 2;
}
.content_title {
    position: relative;
    z-index: 2;
}

/* page2 */
.section2 .containerIn {
    width: 14rem;
    height: 7.68rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.8rem;
    z-index: 1;
}
.section2 .container {
    background: url(./zf_bg1.jpg) no-repeat;
    background-size: 100% 100%;
}


.page2_content {
    width: 100%;
    height: 6.26rem;
    margin-top: .5rem;
    position: absolute;
    z-index: 0;
}
.page2_content.active {
    z-index: 1;
}
.swiper-slide {
    width: auto;
    height: 100%;
}

.swiper-scrollbar-drag {
    width: 3rem;
    background: none;
    position: relative;
}


.page2_tabswitch {
    opacity: 0;
    z-index: 0;
}

.page2_tabswitch.active{
    opacity: 1;
    opacity: 1;
    z-index: 1;
}


.page2_con_left {
    width: 7.58rem;
    height: 100%;
    float: left;
    position: relative;
}

.swiper-container2 .swiper-slide {
    height: 5.06rem;
}

.swiper_button{
    width: 100%;
    height: .26rem;
    line-height: .26rem;
    position: relative;
    margin-top: 0.67rem;
}
.swiper_button_2{
    width: 100%;
    height: .26rem;
    line-height: .26rem;
    position: relative;
    margin-top: 0.68rem;
}
.swiper-button-next2 {
    width: .98rem;
    height: .76rem;
    background: url(zf_new_img_ico2.jpg) no-repeat top right;
    background-size: .98rem .76rem;
    top: 0;
    overflow: hidden;
}
.swiper-button-next2.active {
    width: .98rem;
    height: .76rem;
    background: url(zf_new_img_ico2_h.jpg) no-repeat top right;
    background-size: .98rem .76rem;
    top: 0;
    overflow: hidden;
}
.swiper-button-next2.active::after {
    content: "";
    background: url("zf_new_img_ico2_h_on.jpg") no-repeat;
    background-size: .32rem .34rem;
    width: .32rem;
    height: .34rem;
    position: absolute;
    left: .37rem;
    top: .22rem;
}
.swiper-button-next2.active:hover::after {
    animation: mouse-move-button 1s infinite;
    -webkit-animation: mouse-move-button 1s infinite;
}

.swiper-button-prev2.active::after {
    content: "";
    background: url("zf_new_img_ico2_h_on.jpg") no-repeat;
    background-size: .32rem .34rem;
    width: .32rem;
    height: .34rem;
    position: absolute;
    left: .37rem;
    top: .22rem;
}
.swiper-button-prev2.active:hover::after {
    animation: mouse-move-button 1s infinite;
    -webkit-animation: mouse-move-button 1s infinite;
}

@keyframes mouse-move-button {
    0%{
        transform: translate(0px,0px);
    }
    50%{
        transform: translate(-.05rem,0px);
    }
    100%{
        transform: translate(0px,0px);
    }
}
@-webkit-keyframes mouse-move-button {
    0%{
        transform: translate(0px,0px);
    }
    50%{
        transform: translate(-.05rem,0px);
    }
    100%{
        transform: translate(0px,0px);
    }
}
.swiper-button-prev2 {
    width: .98rem;
    height: .76rem;
    background: url(zf_new_img_ico2.jpg) no-repeat top right;
    background-size: .98rem .76rem;
    top: 0;
    overflow: hidden;
}
.swiper-button-next2:hover {
    background: url(zf_new_img_ico2_h.jpg) no-repeat top right;
    background-size: .98rem .76rem;
}
.swiper-button-prev2:hover {
    background: url(zf_new_img_ico2_h.jpg) no-repeat top right;
    background-size: .98rem .76rem;
}
.swiper-button-prev2 {
    right: 0.98rem;
    left: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.swiper-button-next2 {
    right: 0px;
    border-right: 1px #00AAA2 solid;
}

.swiper_allCount {
    font-size: .16rem;
    color: #868e99;
}

.swiper_curCount {
    font-size: .2rem;
    color: #00429c;
}

.page2_swiper_con {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.page2_swiper_con img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.page2_swiper_con img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.page2_swiper_text {
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .1rem .3rem .1rem .3rem;
    box-sizing: border-box;
    z-index: 2;
    color: #005BAC;
}

.page2_swiper_text h2 {
    font-size: .2rem;
    overflow: hidden;
    float: left;
    line-height: .36rem;
    width: 7rem;
    text-align: justify;
}

.page2_swiper_text p {
    font-size: .16rem;
    height: .38rem;
    line-height: .24rem;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: .2rem;
}

.swiper-pagination2 {
    text-align: center;
    box-sizing: border-box;
    left: 3.2rem;
    bottom: 1.7rem;
    position: absolute;
    height: .2rem;
}

.swiper-pagination2 span {
    width: .1rem;
    height: .1rem;
    margin: 0 .05rem;
    background: #ffffff;
}

.page2_con_right {
    width: 6.42rem;
    height: 5.6rem;
    float: right;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    margin-top: .66rem;
}

.page2_con_right_box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* page2 news list */
.page2_con_right .news_list {
    padding: .2rem .2rem 0;
}
.page2_con_right .news_list ul li {
    margin-top: .15rem;
    overflow: hidden;
    position: relative;
    padding-bottom: .06rem;
}
.page2_con_right .news_list ul li:hover a h3 {
    color: #005BAC;
}
.page2_con_right .news_list ul li::after {
    content: "";
    border-bottom: 1px #005BAC solid;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
.page2_con_right .news_list ul li:hover::after {
    width: 100%;
}
.page2_con_right .news_list .item-date{
    width: .8rem;
    height: 100%;
    float: left;
    text-align: center;
    font-size: .14rem;
    border-top: none;
    position: relative;
    color: #005BAC;
    margin-right: .1rem;
}

.page2_con_right .news_list .item-date span:first-of-type{
    font-size: .38rem;
    display: block;
    padding-top: .05rem;
    font-weight: bold;
}

.page2_con_right .news_list .text-cont{
    width: 5rem;
    float: left;
    border-left: 1px solid #E7E7E7;
    padding-left: .2rem;
}

.page2_con_right .news_list h3{
    font-size: 0.18rem;
    line-height: .28rem;
    color: #333333;
}
.page2_con_right .news_list p{
    font-size: .16rem;
    color: #959595;
    margin-top: .04rem;
    line-height: 1.6;
    /* height: .66rem; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seeAll_box {
    width: 100%;
    height: .4rem;
    text-align: right;
    margin-top: .5rem;
}

.seeAll_box .see_all {
    display: inline-block;
    line-height: .35rem;
    padding-right: .25rem;
    position: relative;
    color: #00429c;
    margin-top: .12rem;
    font-size: .18rem;
}

.seeAll_box .see_all::after {
    content: '';
    width: .06rem;
    height: .11rem;
    background: url(./kc_enIndex_arrow_right_blue.png) no-repeat right center;
    background-size: .06rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.06rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.seeAll_box .see_all:hover::after {
    right: 0;
}
/* page2 左侧导航*/
.page2_left_nav{
    width: 1.45rem;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50%;
    margin-top: -2.42rem;
}

.page2_left_nav li{
    width: 100%;
    height: 1.25rem;
    /* opacity: .2; */
    background-color: #005BAC;
    margin-bottom: 4px;
    padding-top: .8rem;
    text-align: center;
    font-size: .18rem;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    border-right: 4px solid #D8E7F4;
    cursor: pointer;
    color: #4382BB;
}
.page2_left_nav .active {
    border-right: 4px solid #00AAA2;
    opacity: 1;
}
.page2_left_nav .left_1.active {
    background: #005BAC url(zf_new_left_ico1.png) no-repeat .5rem .25rem;
    background-size: .42rem;
    color: #ffffff;
}
.page2_left_nav .left_2.active {
    background: #005BAC url(zf_new_left_ico2.png) no-repeat .5rem .25rem;
    background-size: .42rem;
    color: #ffffff;
}
.page2_left_nav .left_1 {
    background: #D8E7F4 url(zf_new_left_ico1_h.png) no-repeat .5rem .25rem;
    background-size: .42rem;
}
.page2_left_nav .left_2 {
    background: #D8E7F4 url(zf_new_left_ico2_h.png) no-repeat .5rem .25rem;
    background-size: .42rem;
}

.page2_content.active .page2_con_left {
    transition-delay: .1s;
}
.page2_content.active .page2_con_right {
    transition-delay: .1s;
    position: relative;
}
.page2_content.active .page2_con_right::before {
    content: "";
    background: url(zf_new_icobg.png) no-repeat;
    background-size: cover;
    width: .79rem;
    height: .79rem;
    position: absolute;
    bottom: -.35rem;
    right: .3rem;
}
/* page3 */
.section3 .containerIn {
    width: 14rem;
    /* height: 7.5rem; */
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -4.34rem;
    z-index: 0;
}
.section3 .container {
    background: url(./zf_bg2.jpg) no-repeat;
    background-size: 100% 100%;
}
.page3_content {
    width: 100%;
    height: 7rem;
    position: absolute;
    z-index: 0;
}
.page3_content.active {
    z-index: 1;
}

/* events-block */
.events-block{
    padding-top: 12vw;
}
.events-swiper .swiper-slide{
    height: auto;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.events-swiper .swiper-slide:hover {
    top: -.4rem;
}
.events-swiper .slide{
    height: 100%;
}
.events-swiper .swiper-container{
    position: relative;
    /* padding-bottom: 100px; */
}
.events-swiper .swiper-scrollbar{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    height: 1rem;
    width: 100%;
    z-index: 100;
}
.events-swiper .swiper-scrollbar:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -.5px;
    height: 1px;
    background: #dbdbdb;
}
.events-swiper .swiper-scrollbar-drag{
    /* background-color: auto; */
    position: relative;
    cursor: pointer;
}
.events-swiper .swiper-scrollbar-drag:before{
    content: "";
    position: absolute;
    left: 0;
    right: 50px;
    height: 3px;
    margin-top: -1.5px;
    top: 50%;
    background-color: #b50076;
    cursor: pointer;
    border-radius: 3px;
    display: block;
}
.events-swiper .swiper-scrollbar-drag:after{
    content: "";
    position: absolute;
    right: 0;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    width: 40px;
    background: url(./kc_enIndex_logo_icon_drag.png) center center no-repeat;
    background-size: contain;
}
.events-swiper .swiper-scrollbar-drag:after:after{
    content: "Drag To Switch";
}
.events-swiper .swiper-scrollbar-drag .tip{
    font-size: .13rem;
    opacity: .5;
    position: absolute;
    bottom: 0;
    right: 0;
    /* font-family: "Nexa Regular"; */
    white-space: nowrap;
}

.events_dl {
    width: 100%;
    height: 5.26rem;
    padding: .2rem;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.events_dl dt{
    width: 100%;
    height: 2.06rem;
    background-size: 4rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.5s;
}

.events_dl dt:hover{
    background-size: 4.4rem;
}

.events_dl dt.oCover{
    background-size: cover;
}

.events_dl dt img{
    object-fit: cover;
}

.events_dl dt img[src='']{
    display: none;
}

.events_dl dt img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
.events_dl dt:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.events_dl dd {
    padding-top: 0.2rem;
}

.events_dl dd .events_title {
    font-size: .2rem;
    line-height: .3rem;
    height: 1rem;
    font-weight: bold;
}
.events_dl dd .time {
    color: #6C7CB8;
    font-size: .14rem;
    line-height: .3rem;
}
.events_dl dd .events_content {
    margin-top: .14rem;
    height: .78rem;
    line-height: .25rem;
    overflow: hidden;
    color: #666666;
    font-size: .16rem;
    position: relative;
}


.events_dl dd .read_more{
    display: inline-block;
    font-size: .14rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: relative;
    color: #005BAC;
    margin-top: .12rem;
}

.events_dl dd .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico.png) no-repeat right center;
    background-size: .22rem .08rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.events_dl dd .read_more:hover:after {
    right: 0;
}

/* page3 底部*/
.page3_navs {
    width: 100%;
    height: 1.3rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -.01rem;
    z-index: 10;
}
.page3_navs .flex {
    flex: 1;
    height: 1.8rem;
    display: inline-flex;
    justify-content: center;
    background: url(zf_p3_bg1.png) repeat-x;
    background-size: .5rem;
}
.page3_navsIn {
    width: 9.9rem;
    height: 1.8rem;
    margin: 0 auto;
    position: relative;
}
.page3_topline {
    height: .04rem;
    width: 100%;
    background-color: #5f9e64;
}
.page3_navsIn .btns {
    width: 3.3rem;
    height: 1.8rem;
    float: left;
    font-size: .18rem;
    line-height: .35rem;
    color: #FFF;
    text-align: center;
    padding-top: .25rem;
    cursor: pointer;
    position: relative;
    transform: all .3s;
}
.page3_navsIn .btns p {
    margin-top: .04rem;
}
.page3_navsIn .arrowSlide .arrow {
    width: 3.3rem;
    height: 1.8rem;
    z-index: 3;
    background: url(zf_p3_bg2.png) no-repeat;
    background-size: 101%;
    float: left;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
.page3_navs .arrowSlide .link {
    height: 1.8rem;
    background: url(zf_p3_bg1.png) repeat-x;
    background-size: .5rem;
    float: left;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
.page3_navs .arrowSlide .link1 {
    width: 0;
}
.page3_navs .arrowSlide .link2 {
    width: 6.6rem;
}
.page3_navsIn .arrowSlide {
    width: 100%;
    height: 1.8rem;
    position: absolute;
    left: 0;
    top: 0;
}
.page3_navsIn .arrowSlide::before {
    content: '';
    width: 0.5rem;
    height: 100%;
    background: url(zf_p3_bg1.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: -.02rem;
    top: 0;
    display: block;
}
.page3_navsIn .arrowSlide::after {
    content: '';
    width: 0.5rem;
    height: 100%;
    background: url(zf_p3_bg1.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    right: -.02rem;
    top: 0;
    display: block;
}
.page3_navsIn span {
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    opacity: .5;
    transition: all .5s;
    z-index: 4;
    left: 0;
    top: 0;
    padding-top: .35rem;
    box-sizing: border-box;
}
.page3_navsIn div img {
    width: .65rem;
    height: .65rem;
}
.page3_navsIn .active span {
    opacity: 1;
}
.btns:hover span {
    opacity: 1;
}
.page3_container .level1 {
    width: 100%;
    height: 2.78rem;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.page3_box {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 0;
}
.page3_container .level1 {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
/* page3 左导航*/
.page3_tabswitch {
    opacity: 0;
    z-index: 0;
}

.page3_tabswitch.active{
    opacity: 1;
    opacity: 1;
    z-index: 1;
}
.page3_left_nav{
    width: 1.45rem;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    margin-top: -1.95rem;
}

.page3_left_nav dd{
    width: 100%;
    height: 1.25rem;
    background-color: #005BAC;
    margin-bottom: 4px;
    padding-top: .7rem;
    text-align: center;
    font-size: .18rem;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    border-right: 4px solid #484155;
    cursor: pointer;
    color: #ffffff;
    opacity: .8;
}
.page3_left_nav .active {
    border-right: 4px solid #65BB03;
    opacity: 1;
}
.page3_left_nav .left_1.active {
    background: #9585A5 url(zf_xs_ico1.png) no-repeat .5rem .25rem;
    background-size: .51rem;
    color: #ffffff;
    opacity: .8;
}
.page3_left_nav .left_2.active {
    background: #9585A5 url(zf_xs_ico2.png) no-repeat .5rem .25rem;
    background-size: .48rem;
    color: #ffffff;
    opacity: .8;
}
.page3_left_nav .left_3.active {
    background: #9585A5 url(zf_xs_ico3.png) no-repeat .5rem .25rem;
    background-size: .35rem;
    color: #ffffff;
    opacity: .8;
}
.page3_left_nav .left_1 {
    background: #484155 url(zf_xs_ico1.png) no-repeat .5rem .25rem;
    background-size: .51rem;
    opacity: .8;
}
.page3_left_nav .left_2 {
    background: #484155 url(zf_xs_ico2.png) no-repeat .5rem .25rem;
    background-size: .48rem;
    opacity: .8;
}
.page3_left_nav .left_3 {
    background: #484155 url(zf_xs_ico3.png) no-repeat .5rem .25rem;
    background-size: .35rem;
    opacity: .8;
}
.page3_tab_box {
    opacity: 0;
    z-index: 0;
}
.page3_tab_box.active {
    opacity: 1;
    z-index: 1;
}
.swiper-container1-1 {
    position: relative;
    padding-top: 2.4rem;
    z-index: 1;
}
.swiper-container1-1 .swiper-slide {
    top:0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.swiper-container1-1 .swiper-slide:hover {
    top: -.4rem;
}
.section3 .page3_box {
    top: 30%;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.section3.active .page3_box {
    top: 46%;
    opacity: 1;
}

/* page4 */
.section4 .containerIn {
    width: 14rem;
    height: 8.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.7rem;
    z-index: 1;
}
.page4_content {
    height: 7.18rem;
    margin-top: .3rem;
    position: relative;
}
.page4_content .page4_tab {
    overflow: hidden;
    position: relative;
}
.page4_content .page4_tab::after {
    content: "";
    background: url("zf_cg_bg1.png") no-repeat;
    background-size: .14rem 1.42rem;
    width: .14rem;
    height: 1.42rem;
    position: absolute;
    right: 0;
}
.page4_content .page4_tab li {
    position: relative;
    float: left;
    width: 1.55rem;
    height: 1.42rem;
}
.page4_content .page4_tab li::before {
    content: "";
    background: url("zf_cg_bg1.png") no-repeat;
    background-size: .14rem 1.42rem;
    width: .14rem;
    height: 1.42rem;
    position: absolute;
    left: 0;
}
.page4_content .page4_tab li a {
    display: block;
    height: 100%;
    font-size: .2rem;
    color: #005BAC;
    text-align: center;
    padding-top: .9rem;
}
.page4_content .page4_tab li.active {
    background: url("zf_cg_bg2.png") center no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    -webkit-animation-name: backbg;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: .3s;
    animation-iteration-count:1;
}

@keyframes backbg {
    0%{
        background-size: 0 100%;
    }
    100%{
        background-size: 100% 100%;
    }
}


.page4_content .page4_tab .ico1 {
    background: url("zf_cg_ico1.png") center .2rem no-repeat;
    background-size: .44rem .48rem;
}
.page4_content .page4_tab .ico2 {
    background: url("zf_cg_ico2.png") center .2rem no-repeat;
    background-size: .44rem .53rem;
}
.page4_content .page4_tab .ico3 {
    background: url("zf_cg_ico3.png") center .26rem no-repeat;
    background-size: .57rem .45rem;
}
.page4_content .page4_tab .ico4 {
    background: url("zf_cg_ico4.png") center .2rem no-repeat;
    background-size: .45rem .53rem;
}
.page4_content .page4_tab .ico5 {
    background: url("zf_cg_ico5.png") center .2rem no-repeat;
    background-size: .52rem .51rem;
}
.page4_content .page4_tab .ico6 {
    background: url("zf_cg_ico6.png") center .2rem no-repeat;
    background-size: .52rem .54rem;
}
.page4_content .page4_tab .ico7 {
    background: url("zf_cg_ico7.png") center .2rem no-repeat;
    background-size: .50rem .51rem;
}
.page4_content .page4_tab .ico8 {
    background: url("zf_cg_ico8.png") center .26rem no-repeat;
    background-size: .52rem .44rem;
}
.page4_content .page4_tab .ico9 {
    background: url("zf_cg_ico9.png") center .26rem no-repeat;
    background-size: .53rem .44rem;
}
.page4_content .swiper-container3-1 {
    margin-top: .35rem;
    padding-right: .1rem;
}
.page4_content .swiper-container3-9 {
    margin-top: .35rem;
    padding-right: .1rem;
}
.page4_content .txt_conent {
    background: #FFFFFF;
    padding: .3rem .25rem;
    width: 100%;
    height: 1.75rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.page4_content .txt_conent::before {
    content: "";
    position: absolute;
    width: 1.56rem;
    height: 1.03rem;
    right: 0;
    bottom: -.2rem;
    background: #FFFFFF url("zf_en_page4_h_bg.png") right bottom no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.page4_content .txt_conent:hover::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFFFFF url("zf_en_page4_h_bg.png") right bottom no-repeat;
    background-size: cover;
    opacity: 1;
}
.page4_content .txt_bg {
    content: "";
    width: 100%;
    height: 100%;
    background: #00AAA2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translate(-.06rem,-.06rem);
    transition: all .2s ease-out .2s;
    opacity: 0;
    margin: .06rem 0 0 .06rem;
}
.page4_tab_box .swiper-container3-1 .swiper-slide {
    position: relative;
    height: 1.75rem;
    margin-bottom: .1rem;
}
.page4_tab_box .swiper-container3-1 .swiper-slide:hover .txt_bg {
    transform: none !important;
    opacity: 1 !important;
}
.page4_tab_box .swiper-container3-9 .swiper-slide {
    position: relative;
    height: 1.75rem;
    margin-bottom: .1rem;
}
.page4_tab_box .swiper-container3-9 .swiper-slide:hover .txt_bg {
    transform: none !important;
    opacity: 1 !important;
}
.page4_content .txt_conent .txt_conent_time {
    background: #065BAA;
    text-align: center;
    width: .73rem;
    height: .73rem;
    float: left;
    position: relative;
}
.page4_content .txt_conent .txt_conent_time::after {
    content: "";
    position: absolute;
    border-bottom: 1px #065BAA solid;
    width: 100%;
    left: 0;
    bottom: -.36rem;
}
.page4_content .txt_conent .txt_conent_time span {
    color: #FFFFFF;
    font-size: .12rem;
    display: block;
}
.page4_content .txt_conent .txt_conent_time span:first-child {
    font-size: .36rem;
    font-weight: bold;
    line-height: .4rem;
    margin-top: .08rem;
}
.page4_content .txt_conent .txt_conent_title {
    font-size: .18rem;
    float: left;
    margin-left: .2rem;
    line-height: .3rem;
    width: 2.7rem;
    z-index: 1;
    position: relative;
}
.page4_content .txt_conent .read_more{
    display: inline-block;
    font-size: .14rem;
    color: #005BAC;
    position: absolute;
    right: .1rem;
    bottom: .1rem;
    width: .4rem;
    height: .3rem;
}

.page4_content .txt_conent .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico.png) no-repeat right center;
    background-size: .22rem .08rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.page4_tab_box .swiper-slide:hover .read_more:after {
    right: .04rem;
}

.swiper-pagination3 {
    width: 13rem!important;
    height: 3px!important;
    bottom: .3rem;
    top: auto!important;
    background: #FFFFFF;
    bottom: 0.1rem;
}
.swiper-pagination3 .swiper-pagination-progressbar-fill {
    background: #005BAC;
    height: 5px;
    top: -1px;
}
.swiper_button3 {
    width: 100%;
    height: .3rem;
    position: absolute;
    margin-top: 0;
    bottom: 0;
    /* bottom: .1rem; */
}
.swiper_button3 .swiper-button-prev3 {
    background: none;
    right: 0.6rem;
    left: auto;
    top: auto;
    bottom: 0;
    opacity: 1;
    width: .15rem;
    height: .2rem;
}
.swiper_button3 .swiper-button-prev3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1;
}
.swiper_button3 .swiper-button-prev3:after {
    content: "";
    position: absolute;
    left: 0;
    top: .09rem;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
}

.swiper_button3 .swiper-button-next3 {
    background: none;
    right: 0.1rem;
    left: auto;
    top: auto;
    bottom: 0;
    opacity: 1;
    width: .15rem;
    height: .2rem;
}
.swiper_button3 .swiper-button-next3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
}
.swiper_button3 .swiper-button-next3:after {
    content: "";
    position: absolute;
    left: 0;
    top: .09rem;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1;
}

.swiper-pagination3.c1 {
    background: #AED6EE;
}
.swiper-pagination3.c1 .swiper-pagination-progressbar-fill {
    background: #00AAA2;
}
.swiper_button3.c1 .swiper-button-prev3:before {
    background: #00AAA2;
}
.swiper_button3.c1 .swiper-button-prev3:after {
    background: #00AAA2;
}
.swiper_button3.c1 .swiper-button-next3:before {
    background: #00AAA2;
}
.swiper_button3.c1 .swiper-button-next3:after {
    background: #00AAA2;
}


.page4_content .img_conent {
    padding: 0;
    text-align: center;
    padding-top: .4rem;
}
.page4_content .img_conent img {
    width: 2rem;
    height: 3.2rem;
    object-fit: cover;
}
.page4_content .img_conent:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.page4_content .img_conent .img_conent_title {
    font-size: .16rem;
    font-weight: bold;
    margin-top: .4rem;
}
.page4_tab_box {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 1.6rem;
    width: 14rem;
    height: 5.3rem;
    z-index: 0;
}
/* Ã¤Â¿Â®Ã¦â€Â¹Ã¦â€”Â¥Ã¥Å½â€  ----------------  start */

.fc-header{
    position: relative;
    height: 1rem;
}

.fc-widget-header, .fc-widget-content {
    border-right: 1px solid #032e69 !important;
    border-bottom: 1px solid #032e69 !important;
}

.fc-widget-content:nth-child(1) {
    border-left: 1px solid #032e69 !important;
}

.fc-header-center {
    /* position: absolute;
    left: 50%; */
    text-align: center !important;
}

.fc-header-center .fc-header-title {
    font-size: .24rem;
    line-height: 1rem;
    color: #032e69;
}

.fc-button-today {
    display: none !important;
}

.fc-button-prev {
    position: absolute !important;
    left: 0 !important;
}

.fc-button-next {
    position: absolute !important;
    right: 0 !important;
}

.fc-border-separate .thead tr,
.fc-border-separate .thead th{
    border: none !important;
}

.fc-day-header {
    height: 1rem !important;
    line-height: 1rem;
    font-size: .24rem;
    color: #032e69;
}

.fc-day>div {
    height: .72rem;
    padding: .1rem .1rem 0 0;
    font-size: .24rem;
    color: #032e69;
}

.fc-widget-header {
    border: none !important;
    border-bottom: 1px solid #032e69 !important;
}

.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    /* border-bottom: 1px solid #ddd !important */
}



.fc-state-highlight {
    background: none !important;
}

.fc-corner-left,
.fc-corner-right {
    background: none !important;
    border: none !important;
    top: 50%;
    margin-top: -.11rem;
}

.fc-corner-left .fc-text-arrow,
.fc-corner-right .fc-text-arrow {
    width: .12rem;
    height: .22rem;
    background: url(./kc_en_v2022_calendar_arrow_right.png) no-repeat;
    background-size: .12rem;
    display: block;
}

.fc-corner-left .fc-text-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.fc-corner-left{
    position: relative;
}

.disable_btn{
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 0.2rem;
    left: 0;
    display: block;
    z-index: 1;
    z-index: 10;
    /* display: none; */
}

.fc-day-content {
    height: .2rem;
}

.fc-state-default {
    box-shadow: none !important;
}

.point {
    width: .12rem;
    height: .12rem;
    background: url(./kc_en_v2022_color_point.png) no-repeat;
    background-size: .12rem;
    display: block;
    margin-left: .2rem;
}

.swiper_allCount1 {
    font-size: .16rem;
    color: #868e99;
}

.swiper_curCount1 {
    font-size: .2rem;
    color: #00429c;
}


.events-swiper {
    position: relative;
    padding-top: 1rem;
    z-index: 1;
}
.swiper-pagination1 {
    width: 13rem!important;
    height: 3px!important;
    bottom: .2rem;
    top: auto!important;
    background: #FFFFFF;
}
.swiper-pagination1 .swiper-pagination-progressbar-fill {
    background: #005BAC;
    height: 5px;
    top: -1px;
    width: 100.2%;
}
.swiper_button_1 {
    width: 100%;
    height: .3rem;
    position: relative;
    margin-top: 0.67rem;
}
.swiper_button_2 {
    width: 100%;
    height: .3rem;
    position: relative;
    margin-top: 0.4rem;
}
.swiper_button_2 .swiper-button-prev1 {
    background: none;
    right: 0.6rem;
    left: auto;
    top: 24px;
    opacity: 1;
    width: .15rem;
    height: .2rem;
}
.swiper_button_2 .swiper-button-prev1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1;
}
.swiper_button_2 .swiper-button-prev1:after {
    content: "";
    position: absolute;
    left: 0;
    top: .09rem;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
}

.swiper_button_2 .swiper-button-next1 {
    background: none;
    right: 0.1rem;
    left: auto;
    top: 24px;
    opacity: 1;
    width: .15rem;
    height: .2rem;
}
.swiper_button_2 .swiper-button-next1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
}
.swiper_button_2 .swiper-button-next1:after {
    content: "";
    position: absolute;
    left: 0;
    top: .09rem;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1;
}


/* page5 */
.section5 .containerIn {
    width: 14rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.7rem;
    z-index: 1;
}
.section5 .container {
    background: url(./zf_bg3.jpg) no-repeat;
    background-size: 100% 100%;
}

.page5_content {
    width: 100%;
    height: 8.06rem;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: .3rem;
}

.page5_content.active{
    opacity: 1;
    z-index: 1;
}

.section5 .containerIn .events-swiper {
    height: 7rem;
}

.section5 .containerIn .seeAll_box {
    margin-top: .6rem;
    margin-bottom: .2rem;
}

.swiper5_conent {
    width: 4rem;
    height: 5rem;
    background-color: #00429c;
    position: relative;
    color: #FFF;
}

.swiper5_conentIn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: .25rem;
    box-sizing: border-box;
    background: #FFFFFF;
}
.swiper5_conentIn .img {
    overflow: hidden;
}
.swiper5_conentIn .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page5_content .swiper-slide .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.swiper5_conentIn h2 {
    font-size: .22rem;
    line-height: .36rem;
    overflow: hidden;
    margin-top: .2rem;
}

.swiper5_conentIn .swiper5_main {
    height: 1.5rem;
    overflow: hidden;
    margin-top: .15rem;
}
.swiper5_conentIn p {
    font-size: .16rem;
    opacity: .6;
    margin-top: .15rem;
    line-height: .28rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.swiper5_conentIn .read_more{
    display: inline-block;
    font-size: .14rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: absolute;
    color: #005BAC;
    bottom: .15rem;
}

.swiper5_conentIn .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico.png) no-repeat right center;
    background-size: .22rem .07rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.swiper5_conentIn.noimg .read_more:after {
    background: url(./zf_more_ico2.png) no-repeat right center;
    background-size: .22rem .07rem;
}

.swiper5_conentIn .read_more:hover:after {
    right: 0;
}
.swiper5_conentIn.noimg {
    background: #1959A3;
    position: relative;
    color: #8DB8EA;
}
.swiper5_conentIn.noimg a {
    color: #FFFFFF;
}
.swiper5_conentIn.noimg::after {
    content: "";
    background: url("zf_logo_ico1.png") no-repeat;
    background-size: 2.8rem 2.73rem;
    width: 2.8rem;
    height: 2.73rem;
    position: absolute;
    right: 0;
    bottom: 0;
}
.swiper5_conentIn.noimg .rt {
    text-align: right;
}
.swiper-pagination4 {
    width: 13rem!important;
    height: 3px!important;
    bottom: .3rem;
    top: auto!important;
    background: #FFFFFF;
}
.swiper-pagination4 .swiper-pagination-progressbar-fill {
    background: #BF0000;
    height: 5px;
    top: -1px;
    width: 100.2%;
}
.swiper_button_4 {
    width: 100%;
    height: .3rem;
    position: absolute;
    margin-top: 0;
    bottom: .1rem;
}
.swiper_button_4 .swiper-button-prev4 {
    background: none;
    right: 0.6rem;
    left: auto;
    top: 24px;
    opacity: 1;
    width: .15rem;
    height: .2rem;
}
.swiper_button_4 .swiper-button-prev4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .15rem;
    height: 2px;
    background: #BF0000;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1;
}
.swiper_button_4 .swiper-button-prev4:after {
    content: "";
    position: absolute;
    left: 0;
    top: .09rem;
    display: block;
    width: .15rem;
    height: 2px;
    background: #BF0000;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
}

.swiper_button_4 .swiper-button-next4 {
    background: none;
    right: 0.1rem;
    left: auto;
    top: 24px;
    opacity: 1;
    width: .15rem;
    height: .2rem;
}
.swiper_button_4 .swiper-button-next4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .15rem;
    height: 2px;
    background: #BF0000;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
}
.swiper_button_4 .swiper-button-next4:after {
    content: "";
    position: absolute;
    left: 0;
    top: .09rem;
    display: block;
    width: .15rem;
    height: 2px;
    background: #BF0000;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1;
}


/* page6 */
.section6 .containerIn {
    width: 14rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.8rem;
    z-index: 1;
}
.section6 .container {
    background: url(./zf_bg4.jpg) center no-repeat;
    background-size: 19.2rem auto;
}
.page6_content {
    margin-top: 1rem;
    position: relative;
    height: 6.6rem;
}
.page6_scroll {
    width: 8.4rem;
    height: 6.2rem;
    background: url("zf_scroll_1.png") center no-repeat;
    background-size: 8.35rem 6.09rem;
    position: absolute;
    top: .15rem;
    left: -18%;
}
.page6_scroll .scroll_1 {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    position: absolute;
    right: .8rem;
    top: 2.02rem;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* float: right; */
}
.page6_scroll .scroll_1 span {
    position: absolute;
    width: 0;
    height: 0;
    border: 1px dashed rgba(46, 131, 236, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
}

.page6_scroll .scroll_2 {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    position: absolute;
    right: 4.9rem;
    top: 3.88rem;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* float: right; */
}
.page6_scroll .scroll_2 span {
    position: absolute;
    width: 0;
    height: 0;
    border: 1px dashed rgba(46, 131, 236, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
}

.x1 {
    -webkit-animation:warn 6s ease 0s;
    -moz-animation:warn 6s ease 0s;
    animation:warn 6s ease 0s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.x2 {
    -webkit-animation:warn 6s ease 1s;
    -moz-animation:warn 6s ease 1s;
    animation:warn 6s ease 1s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.x3 {
    -webkit-animation:warn 6s ease 2s;
    -moz-animation:warn 6s ease 2s;
    animation:warn 6s ease 2s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.x4 {
    -webkit-animation:warn 6s ease 3s;
    -moz-animation:warn 6s ease 3s;
    animation:warn 6s ease 3s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.x5 {
    -webkit-animation:warn 6s ease 4s;
    -moz-animation:warn 6s ease 4s;
    animation:warn 6s ease 4s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.x6 {
    -webkit-animation:warn 6s ease 5s;
    -moz-animation:warn 6s ease 5s;
    animation:warn 6s ease 5s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}

@keyframes warn{
    0%{width:0;height:0;opacity:.9}
    100%{width:4rem;height:4rem;opacity:0}
}

.z1 {
    -webkit-animation:warn2 6s ease 0s;
    -moz-animation:warn2 6s ease 0s;
    animation:warn2 6s ease 0s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.z2 {
    -webkit-animation:warn2 6s ease 1s;
    -moz-animation:warn2 6s ease 1s;
    animation:warn2 6s ease 1s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.z3 {
    -webkit-animation:warn2 6s ease 2s;
    -moz-animation:warn2 6s ease 2s;
    animation:warn2 6s ease 2s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.z4 {
    -webkit-animation:warn2 6s ease 3s;
    -moz-animation:warn2 6s ease 3s;
    animation:warn2 6s ease 3s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.z5 {
    -webkit-animation:warn2 6s ease 4s;
    -moz-animation:warn2 6s ease 4s;
    animation:warn2 6s ease 4s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.z6 {
    -webkit-animation:warn2 6s ease 5s;
    -moz-animation:warn2 6s ease 5s;
    animation:warn2 6s ease 5s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
@keyframes warn2{
    0%{width:0;height:0;opacity:.9}
    100%{width:6.4rem;height:6.4rem;opacity:0}
}

.page6_content .page6_tab {
    overflow: hidden;
    position: relative;
    width: 6.5rem;
    float: right;
}
.page6_content .page6_tab li {
    position: relative;
    background: url("zf_hz_bg.png") repeat-x;
    float: left;
    width: 1.21rem;
    height: 1.42rem;
    margin-left: .1rem;
    border-top: .04rem #E87522 solid;
}
.page6_content .page6_tab li:first-child {
    margin-left: 0;
}
.page6_content .page6_tab li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: .2rem;
    color: #005BAC;
    text-align: center;
    padding-top: .9rem;
    z-index: 2;
}
.page6_content .page6_tab li.active::before {
    content: "";
    background: url(zf_hz_bg2.png) top repeat-x;
    background-size: 100% 100%;
    font-weight: bold;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation-name: backbg6-1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: .3s;
    animation-iteration-count:1;
    z-index: 1;
    opacity: 1;
}
.page6_content .page6_tab li::before {
    content: "";
    background: url(zf_hz_bg2.png) top repeat-x;
    background-size: 100% 100%;
    font-weight: bold;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation-name: backbg6-2;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: .3s;
    animation-iteration-count:1;
    z-index: 1;
    opacity: 0;
}
.page6_content .page6_tab li.active a {
    color: #FFFFFF;
}

@keyframes backbg6-1 {
    0%{
        background-size: 100% 0;
        opacity: 0;
    }
    100%{
        background-size: 100% 100%;
        opacity: 1;
    }
}
@keyframes backbg6-2 {
    0%{
        background-size: 100% 100%;
        opacity: 1;
    }
    100%{
        background-size: 100% 0;
        opacity: 0;
    }
}
.page6_content .page6_tab .ico1 {
    background: url("zf_hz_ico1.png") center .2rem no-repeat;
    background-size: .47rem .47rem;
}
.page6_content .page6_tab .ico2 {
    background: url("zf_hz_ico2.png") center .2rem no-repeat;
    background-size: .46rem .46rem;
}
.page6_content .page6_tab .ico3 {
    background: url("zf_hz_ico3.png") center .2rem no-repeat;
    background-size: .47rem .47rem;
}
.page6_content .page6_tab .ico4 {
    background: url("zf_hz_ico4.png") center .2rem no-repeat;
    background-size: .46rem .46rem;
}
.page6_content .page6_tab .ico5 {
    background: url("zf_hz_ico5.png") center .2rem no-repeat;
    background-size: .42rem .40rem;
}
.page6_content .page6_tab .ico6 {
    background: url("zf_hz_ico6.png") center .2rem no-repeat;
    background-size: .50rem .42rem;
}

.page6_content .page6_tab li.active .ico1 {
    background: url("zf_hz_ico1_h.png") center .2rem no-repeat;
    background-size: .47rem .47rem;
}
.page6_content .page6_tab li.active .ico2 {
    background: url("zf_hz_ico2_h.png") center .2rem no-repeat;
    background-size: .46rem .46rem;
}
.page6_content .page6_tab li.active .ico3 {
    background: url("zf_hz_ico3_h.png") center .2rem no-repeat;
    background-size: .47rem .47rem;
}
.page6_content .page6_tab li.active .ico4 {
    background: url("zf_hz_ico4_h.png") center .2rem no-repeat;
    background-size: .46rem .46rem;
}
.page6_content .page6_tab li.active .ico5 {
    background: url("zf_hz_ico5_h.png") center .2rem no-repeat;
    background-size: .42rem .40rem;
}
.page6_content .page6_tab li.active .ico6 {
    background: url("zf_hz_ico6_h.png") center .2rem no-repeat;
    background-size: .50rem .42rem;
}

.page6_content .page6_tab_box {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}
.page6_content .page6_tab_box.active {
    z-index: 2;
}
.page6_content_ul {
    float: left;
    height: 3.6rem;
    margin-top: .72rem;
}

.page6_content_ul li {
    width: 3rem;
    height: 100%;
    margin-left: .2rem;
    float: left;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


.page6_content_ul li:nth-child(1) {
    margin-left: 0;
}

.page6_content_ul li .page6_img {
    width: 100%;
    height: 1.84rem;
    position: relative;
    overflow: hidden;
}

.page6_content_ul li .page6_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page6_content_ul :hover {
    color: #E87522;
}
.page6_content_ul li .page6_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.page6_content_ul li .page6_img .time {
    width: .94rem;
    height: .28rem;
    line-height: .28rem;
    background: #E87522;
    color: #FFFFFF;
    text-align: center;
    font-size: .14rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page6_text {
    width: 100%;
    height: 1.2rem;
    padding: 0.2rem 0 0;
    box-sizing: border-box;
    font-size: .16rem;
}

.page6_text p {
    line-height: .28rem;
    height: 1.4rem;
    overflow: hidden;
}
.page6_content .read_more{
    display: inline-block;
    font-size: .14rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: absolute;
    color: #E87522;
    bottom: .15rem;
}

.page6_content .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico3.png) no-repeat right center;
    background-size: .22rem .07rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.page6_content .read_more:hover:after {
    right: 0;
}
.page6_content .right {
    width: 6.5rem;
    float: left;
    margin-left: .2rem;
    position: relative;
}
.page6_content .right .page6_img {
    width: 5.88rem;
    height: 3.92rem;
    overflow: hidden;
}
.page6_content .right .page6_img img {
    width: 100%;
    height: 100%;
}
.page6_content .right:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.page6_content .right .page6_down {
    background: #F0711F;
    width: 5.1rem;
    position: absolute;
    right: 0;
    bottom: -.38rem;
}
.page6_content .right .page6_down .page6_text {
    padding: .2rem .3rem;
    height: .94rem;
}
.page6_content .right .page6_down .page6_text p {
    color: #FFFFFF;
    font-size: .18rem;
    height: auto;
}
.page6_content .right .page6_down .page6_date {
    padding: 0 .3rem;
    background: #D55D0D;
    color: #FFFFFF;
    font-size: .16rem;
}
.page6_content .right .page6_down .page6_date .time {
    height: .38rem;
    line-height: .38rem;
    display: inline-block;
}
.page6_content .right .page6_down .page6_date .read_more {
    color: #FDB383;
    left: 2rem;
    bottom: 0;
}

.page6_tab_box.active .page6_content_ul {
    transition-delay: .1s
}
.page6_tab_box.active .page6_img {
    transition-delay: .1s
}
.page6_tab_box.active .page6_down {
    transition-delay: .1s
}

/* page7 */
.section7 .containerIn {
    width: 14rem;
    height: 7.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.8rem;
    z-index: 1;
}
.section7 .container {
    background: url(./zf_bg5.jpg) no-repeat;
    background-size: 100% 100%;
}
.section7 .container .content_title h2 i {
    font-style: italic;
}
.page7_content {
    margin-top: .5rem;
    position: relative;
}
.page7_content .content_left {
    width: 5.9rem;
    float: left;
}
.page7_content .content_left h3 {
    font-size: .26rem;
    color: #E57C51;
    margin-top: .2rem;
}
.page7_content .content_left p {
    font-size: .18rem;
    color: #E2A287;
    line-height: 2;
    margin-top: .2rem;
}
.page7_content .content_left .read_more{
    display: inline-block;
    font-size: .16rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: relative;
    color: #6E8DC4;
    margin-top: .2rem;
}

.page7_content .content_left .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico5.png) no-repeat right center;
    background-size: .22rem .07rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.page7_content .content_left .read_more:hover:after {
    right: 0;
}
.page7_content .content_left .zg_link {
    width: 3.5rem;
    height: .7rem;
    cursor: pointer;
    font-size: 0.22rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-top: .72rem;
    border-radius: 5px;
}
.page7_content .content_left .zg_link p {
    font-size: .22rem;
}
.page7_content .content_left .zg_link:hover p {
    color: #FFFFFF;
}
.page7_content .content_left .zg_link::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(./zf_zg_bt1.png);
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.page7_content .content_left .zg_link::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: url(./zf_zg_bt2.png);
    background-size: 3.47rem .68rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.04rem;
    margin-left: -.04rem;
    border-radius: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    opacity: 0;
}
.page7_content .content_left .zg_link:hover::after {
    left: 50%;
    transform: scale(40);
    -webkit-transform: scale(40);
    -moz-transform: scale(40);
    -ms-transform: scale(40);
    -o-transform: scale(40);
    opacity: 1;
}
.page7_content .content_left .zg_link span {
    display: block;
    margin-right: 0.0521rem;
    position: absolute;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 3;
}
.page7_content .content_left .zg_link p {
    z-index: 3;
    line-height: .3rem;
    margin: 0;
    color: #ffffff;
}
.page7_content .content_left .zg_link .icon2_active {
    opacity: 0;
}

.page7_content .content_left .zg_link span {
    width: 0.36rem;
    height: 0.31rem;
    left: 0.75rem;
    top: .18rem;
}
.page7_content .content_left .zg_link .icon_link {
    background: url(./zf_zg_ico.png) no-repeat;
    background-size: 0.36rem .31rem;
}

.page7_content .content_left .zg_link  .read_more{
    display: inline-block;
    font-size: .14rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: absolute;
    color: #6E8DC4;
    right: .8rem;
    top: .3rem;
}

.page7_content .content_left .zg_link  .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico4.png) no-repeat right center;
    background-size: .22rem .07rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.page7_content .content_right {
    width: 6.73rem;
    height: 5.84rem;
    background: url("zf_xk_bg.png") no-repeat;
    background-size: cover;
    float: right;
    position: relative;
    padding-top: .65rem;
}
.page7_content .book {
    width: 6.73rem;
    height: 5.39rem;
    text-align: center;
}
.page7_content .book .book_img {
    width: 2.18rem;
    height: 3.11rem;
    text-align: center;
    margin: 0 auto 0;
    overflow: hidden;
}
.page7_content .book .book_img img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.page7_content .book .book_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.page7_content .book .book_title {
    color: #E2A287;
    font-size: .18rem;
    padding: .22rem 0;
    border-bottom: 1px #886961 solid;
    /* display: inline-block; */
    width: 3.7rem;
    margin: .3rem auto 0;
}
.page7_content .book .book_title a {
    color: #E2A287;
}
.page7_content .book .book_link {
    margin-top: .18rem;
    padding: 0 .2rem;
}
.page7_content .book .book_link a {
    color: #F19A47;
    font-size: .18rem;
    display: block;
    width: 2.8rem;
    height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page7_content .book .book_link a:hover {
    color: #E2A287;
}
.page7_content .book .book_link p {
    line-height: .24rem;
    position: relative;
    padding-left: .22rem;
    width: 48%;
    text-align: left;
    float: left;
}
.page7_content .book .book_link p:nth-child(2) {
    float: right;
}
.page7_content .book .book_link p::before {
    content: "";
    background: url("zf_book_ico.png") no-repeat;
    background-size: .13rem .19rem;
    width: .13rem;
    height: .19rem;
    position: absolute;
    left: 0;
    top: .02rem;
}



.swiper_button_5 {
    width: .36rem;
    height: auto;
    position: absolute;
    top: 0;
    right: .2rem;
    font-size: .18rem;
    margin-top: 22px;
}
.swiper_button_5 .swiper-button-prev5 {
    background: url("zf_book_prev.png") no-repeat;
    background-size: .36rem 1.04rem;
    width: .36rem;
    height: 1.04rem;
    color: #CB927C;
    padding: .1rem .08rem 0;
    line-height: .24rem;
    right: 0;
    left: auto;
    top: 0;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.swiper_button_5 .swiper-button-prev5:hover {
    background: url("zf_book_prev_h.png") no-repeat;
    background-size: .36rem 1.04rem;
}

.swiper_button_5 .swiper-button-next5 {
    background: url("zf_book_next.png") no-repeat;
    background-size: .36rem 1.04rem;
    width: .36rem;
    height: 1.04rem;
    color: #CB927C;
    padding: .2rem .08rem 0;
    line-height: .24rem;
    right: 0;
    left: auto;
    top: 1.14rem;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.swiper_button_5 .swiper-button-next5:hover {
    background: url("zf_book_next_h.png") no-repeat;
    background-size: .36rem 1.04rem;
}
.swiper-container5 .swiper-slide {
    opacity: 0!important;
}
.swiper-container5 .swiper-slide.swiper-slide-active {
    opacity: 1!important;
}
.swiper-container5 .swiper-slide.swiper-slide-active .book {
    opacity: 1;
    transition: all 1s ease-out .3s;
}
.swiper-container5 .swiper-slide.swiper-slide-prev .book {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 1s ease-out .3s;
}
.swiper-container5 .swiper-slide.swiper-slide-next .book {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-out .3s;
}
/* page8 */
.section8 .containerIn {
    width: 14rem;
    height: 6.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.7rem;
    z-index: 1;
}
.page8_content {
    margin-top: .6rem;
    position: relative;
}
.page8_content a {
    float: left;
    display: block;
    position: relative;
}
.page8_content a .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: .7!important;
}
.page8_content a:hover {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;

}
.page8_content a:hover .bg {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    opacity: 1!important;
}
.page8_content .page8_box1 {
    width: 4.6rem;
    height: 4.8rem;
}
.page8_content .page8_box1 i {
    background: url(zf_zy_ico1.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box2 i {
    background: url(zf_zy_ico2.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box3 i {
    background: url(zf_zy_ico3.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box4 i {
    background: url(zf_zy_ico4.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box5 i {
    background: url(zf_zy_ico5.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box6 i {
    background: url(zf_zy_ico2.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box7 i {
    background: url(zf_zy_ico2.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box8 i {
    background: url(zf_zy_ico2.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box9 i {
    background: url(zf_zy_ico2.png) center no-repeat;
    background-size: auto .84rem;
}

.page8_content .page8_box1 {
    transition-delay: .2s;
}
.page8_content .page8_box2 {
    transition-delay: .2s
}
.page8_content .page8_box3 {
    transition-delay: .4s
}
.page8_content .page8_box4 {
    transition-delay: .6s
}
.page8_content .page8_box5 {
    transition-delay: .8s
}
.page8_content .page8_box6 {
    transition-delay: .2s
}
.page8_content .page8_box7 {
    transition-delay: .4s
}
.page8_content .page8_box8 {
    transition-delay: .6s
}
.page8_content .page8_box9 {
    transition-delay: .8s
}

.page8_content .page8_box {
    width: 2.25rem;
    height: 2.35rem;
    margin-left: .1rem;
    margin-bottom: .1rem;
}
.page8_content .ico {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
}
.page8_content i {
    display: block;
    width: 100%;
    height: 1rem;
    margin: 0 0 .15rem;
}
.page8_content p {
    font-size: .16rem;
    line-height: .24rem;
    color: #005BAC;
    text-align: center;
    height: .6rem;
    font-weight: bold;
}
.page8_content a:hover i {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -ms-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate
}
@keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

.page8_bg img{
    width: 100%;
    height: 90vh;
    object-fit: cover;
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 60s;
}
@keyframes scaleDraw {
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(1.2);
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.2);
    }
}
/* footer */
.footer {
    width: 100%;
    height: 2.1rem;
    background-color: #F2F5F8;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.footerIn {
    width: 14rem;
    margin: 0 auto;
    position: relative;
}


.footer_copyright {
    text-align: left;
    padding-top: .15rem;
    padding-bottom: .1rem;
    /* line-height: .3rem; */
}
.footer .line {
    width: 100%;
    border-top: 1px #D5DDE6 solid;
}
.footer_copyright span {
    display: block;
    font-size: .22rem;
    color: #084077;
    margin-bottom: .1rem;
    margin-top: .1rem;
}

.footer_copyright p {
    font-size: .16rem;
    color: #0C2D4D;
    /* margin-bottom: .1rem; */
    line-height: .34rem;
}
.footer_down {
    font-size: .16rem;
    color: #0C2D4D;
    height: .55rem;
    line-height: 55rem;
}
.footer_right {
    position: absolute;
    top: .2rem;
    right: 0;
}
.footer_right p {
    font-size: .22rem;
    color: #084077;
    text-align: left;
    padding-left: .13rem;
}
.footer_right a {
    background: #CEDAEA;
    display: block;
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    float: left;
    margin: .2rem .1rem;
    position: relative;
    cursor: pointer;
}
.footer_right a:hover {
    background: #AFC2DD;
}
.footer_right i {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.footer_right .wx i {
    background: url("zf_ico_wx.png") center no-repeat;
    background-size: .27rem .22rem;
}
.footer_right .sina i {
    background: url("zf_ico_sina.png") center no-repeat;
    background-size: .27rem .23rem;
}
.footer_right .wx .ewm {
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    top: 56%;
    left: -3.45rem;
    transform: translateY(-50%)translateX(-1.65rem)scale(.1);
    transition: .5s;
    opacity: 0;
    visibility: visible;
    width: 5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    transform-origin: right;
    z-index: 10
}

.footer_right .wx .ewm:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: transparent 10px solid;
    border-bottom: transparent 10px solid;
    border-left: #F1F4F7 10px solid;
    right: -.1rem;
    margin-top: -.1rem;
}

.footer_right .wx .ewm img {
    width: 100%;
    height: 100%
}

.footer_right .wx:hover .ewm {
    transform: translateY(-53%)translateX(-1.8rem)scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background: #F1F4F7;
}
.footer_right .wx .ewm .title {
    width: 0.24rem;
    padding: 0;
    font-size: .14rem;
    color: #0A4076;
    float: left;
    line-height: .2rem;
    margin-left: 0.1rem;
    margin-top: 0.1rem;
    position: relative;
    padding-top: 0.24rem;
    text-align: center;
    -webkit-transform: scale(0.9);
}
.footer_right .wx .ewm .title::after {
    content: "";
    background: url("zf_ico_wx2.png") no-repeat;
    background-size: .2rem .16rem;
    width: .2rem;
    height: .16rem;
    position: absolute;
    top: 0;
    left: .03rem;
}
.footer_right .wx .ewm .ewm_list {
    float: left;
    padding: .1rem;
    padding-left: .1rem;
    padding-right: 0;
    /* padding-left: 0; */
    width: 4.4rem;
}
.footer_right .wx .ewm .ewm_list ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.footer_right .wx .ewm .ewm_list ul li {
    /* float: left; */
    text-align: center;
    /* margin: 0 .1rem 0 0; */
    display: block;
}
.footer_right .wx .ewm .ewm_list ul li:last-child {
    margin-right: 0;
}
.footer_right .wx .ewm .ewm_list img {
    display: block;
    width: .98rem;
    height: .98rem;
    border: .07rem #FFFFFF solid;
    margin: 0 auto;
}
.footer_right .wx .ewm .ewm_list p {
    font-size: .14rem;
    color: #0A4076;
    margin-top: .02rem;
    padding: 0;
    text-align: center;
    -webkit-transform: scale(0.9);
}


/* 针对ie的样式 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nav .nav_list .nav_li::after {
        top: 0.06rem;
    }
    .swiper_button_2 {
        margin-top: 0.25rem;
    }
    .xszy-top .title span::after {
        bottom: 35px;
    }
}
